3.803 \(\int (d-e x)^m (d+e x)^m \left (a+c x^2\right )^p \, dx\)

Optimal. Leaf size=89 \[ x \left (a+c x^2\right )^p \left (\frac{c x^2}{a}+1\right )^{-p} (d-e x)^m (d+e x)^m \left (1-\frac{e^2 x^2}{d^2}\right )^{-m} F_1\left (\frac{1}{2};-p,-m;\frac{3}{2};-\frac{c x^2}{a},\frac{e^2 x^2}{d^2}\right ) \]

[Out]

(x*(d - e*x)^m*(d + e*x)^m*(a + c*x^2)^p*AppellF1[1/2, -p, -m, 3/2, -((c*x^2)/a)
, (e^2*x^2)/d^2])/((1 + (c*x^2)/a)^p*(1 - (e^2*x^2)/d^2)^m)

_______________________________________________________________________________________

Rubi [A]  time = 0.177625, antiderivative size = 89, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.12 \[ x \left (a+c x^2\right )^p \left (\frac{c x^2}{a}+1\right )^{-p} (d-e x)^m (d+e x)^m \left (1-\frac{e^2 x^2}{d^2}\right )^{-m} F_1\left (\frac{1}{2};-p,-m;\frac{3}{2};-\frac{c x^2}{a},\frac{e^2 x^2}{d^2}\right ) \]

Antiderivative was successfully verified.

[In]  Int[(d - e*x)^m*(d + e*x)^m*(a + c*x^2)^p,x]

[Out]

(x*(d - e*x)^m*(d + e*x)^m*(a + c*x^2)^p*AppellF1[1/2, -p, -m, 3/2, -((c*x^2)/a)
, (e^2*x^2)/d^2])/((1 + (c*x^2)/a)^p*(1 - (e^2*x^2)/d^2)^m)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 41.34, size = 71, normalized size = 0.8 \[ x \left (1 + \frac{c x^{2}}{a}\right )^{- p} \left (1 - \frac{e^{2} x^{2}}{d^{2}}\right )^{- m} \left (a + c x^{2}\right )^{p} \left (d - e x\right )^{m} \left (d + e x\right )^{m} \operatorname{appellf_{1}}{\left (\frac{1}{2},- m,- p,\frac{3}{2},\frac{e^{2} x^{2}}{d^{2}},- \frac{c x^{2}}{a} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((-e*x+d)**m*(e*x+d)**m*(c*x**2+a)**p,x)

[Out]

x*(1 + c*x**2/a)**(-p)*(1 - e**2*x**2/d**2)**(-m)*(a + c*x**2)**p*(d - e*x)**m*(
d + e*x)**m*appellf1(1/2, -m, -p, 3/2, e**2*x**2/d**2, -c*x**2/a)

_______________________________________________________________________________________

Mathematica [A]  time = 0.138309, size = 0, normalized size = 0. \[ \int (d-e x)^m (d+e x)^m \left (a+c x^2\right )^p \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(d - e*x)^m*(d + e*x)^m*(a + c*x^2)^p,x]

[Out]

Integrate[(d - e*x)^m*(d + e*x)^m*(a + c*x^2)^p, x]

_______________________________________________________________________________________

Maple [F]  time = 0.219, size = 0, normalized size = 0. \[ \int \left ( -ex+d \right ) ^{m} \left ( ex+d \right ) ^{m} \left ( c{x}^{2}+a \right ) ^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((-e*x+d)^m*(e*x+d)^m*(c*x^2+a)^p,x)

[Out]

int((-e*x+d)^m*(e*x+d)^m*(c*x^2+a)^p,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + a\right )}^{p}{\left (e x + d\right )}^{m}{\left (-e x + d\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m,x, algorithm="maxima")

[Out]

integrate((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left ({\left (c x^{2} + a\right )}^{p}{\left (e x + d\right )}^{m}{\left (-e x + d\right )}^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m,x, algorithm="fricas")

[Out]

integral((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m, x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((-e*x+d)**m*(e*x+d)**m*(c*x**2+a)**p,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + a\right )}^{p}{\left (e x + d\right )}^{m}{\left (-e x + d\right )}^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m,x, algorithm="giac")

[Out]

integrate((c*x^2 + a)^p*(e*x + d)^m*(-e*x + d)^m, x)